/* SHOP */

.ShopBody {
  border-radius: 0rem !important;
  border: 0px solid transparent !important;
  box-shadow: 0rem 0rem 0 #110D1600 !important;
}

.Menu .MenuBody {
  background-color: #110D1600 !important;
  background-image: linear-gradient(1deg, #44416142 0%, #110D1657 74%) !important;
}

.Menu .MenuSideBar {
  background-color: #110D1600 !important;
  background-image: linear-gradient(1deg, #444161ad 0%, #110D1687 74%) !important;
}

.ShopItem.ShopItemNoInputCanBuy {
  background-color: #110D1600 !important;
  background-image: linear-gradient(1deg, #44416169 0%, #110D1600 74%) !important;
  border-radius: 0rem !important;
  border: 1px solid #444161 !important;
  filter: brightness(1) !important;
}

.ShopItem {
  border: 1px solid #444161;
  background-color: #110D1600 !important;
  background-image: linear-gradient(1deg, #32365469 0%, #110D1600 74%);
  border-radius: 0rem !important;
  filter: brightness(1);
}

.ShopItem.ShopItemNoInput {
  background-color: #110D1600 !important;
  background-image: linear-gradient(1deg, #5f676f69 0%, #110D1659 74%);
  border-radius: 0rem !important;
  border: 1px solid #5f676f42;
  filter: brightness(0.5);
}

/* INVENTORY */

.InventoryWrapper .Inventory .InvenBody .InvenLeftSide {
  background-color: #110D1600 !important;
  background-image: linear-gradient(1deg, #5f676f82 0%, #110D1696 74%) !important;
  border-radius: 0rem !important;
  border: 10px solid transparent !important;
  border-image: url("https://iili.io/3yqhlxn.png") 20 stretch !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  box-shadow: 0rem 0rem 0 #110D1600 !important;
}

.InventoryWrapper .Inventory .InvenBody .InvenBodyRight {
  background-color: #110D1600 !important;
  background-image: linear-gradient(1deg, #5f676f82 0%, #110D1696 74%) !important;
  border-radius: 0rem !important;
  border: 10px solid transparent !important;
  border-image: url("https://iili.io/3yqhlxn.png") 20 stretch !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  box-shadow: 0rem 0rem 0 #110D1600 !important;
}

.CraftableItemNotEnoughIngredients {
    background-color: #110D1600 !important;
    background-image: linear-gradient(1deg, #8b121282 0%, #110D1696 74%) !important;
    border-color: #351c1c !important;
    border-style: solid;
    border-width: .2rem;
}

.InvenHoveredItemInfo {
  background-image: linear-gradient(60deg, #171523, #1C2541 125%) !important;
  border: 0.5px solid #323654;
}

.HotbarItemNumber {
  font-size: 0rem !important;
  position: absolute;
  text-align: center;
  top: -1.8rem;
}

